From 7dd9f212ad718dcf0f812cfc575748349ffc8e04 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sat, 5 Aug 2017 18:57:08 +0100 Subject: [PATCH] CenterBox: minor tweaks to doc blurb --- gtk/gtkcenterbox.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gtk/gtkcenterbox.c b/gtk/gtkcenterbox.c index 263759871b..710bf8c59b 100644 --- a/gtk/gtkcenterbox.c +++ b/gtk/gtkcenterbox.c @@ -36,19 +36,20 @@ * * # GtkCenterBox as GtkBuildable * - * The GtkCenterBox implementation of the GtkBuildable interface supports + * The GtkCenterBox implementation of the #GtkBuildable interface supports * placing children in the 3 positions by specifying “start”, “center” or * “end” as the “type” attribute of a element. * * # CSS nodes * - * GtkCenterBox uses a single CSS node with name box. + * GtkCenterBox uses a single CSS node with the name “box”, * * In horizontal orientation, the nodes of the children are always arranged * from left to right. So :first-child will always select the leftmost child, * regardless of text direction. * - * In vertical orientation, the are arranged from top to bottom. + * In vertical orientation, the nodes of the children are arranged from top to + * bottom. */ #include "config.h" -- 2.30.2